home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Markets / K-12 Education / HyperCard in Education / HyperLION / card_4819.txt < prev    next >
Text File  |  1990-04-02  |  5KB  |  199 lines

  1. -- card: 4819 from stack: in
  2. -- bmap block id: 5302
  3. -- flags: 0000
  4. -- background id: 2709
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=7 top=23 right=283 bottom=507
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=91 top=317 right=338 bottom=126
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 256
  32. -- line height: 16
  33. -- part name: page #
  34. ----- HyperTalk script -----
  35. on openCard
  36.   put 2 into card field "page #"
  37. end openCard
  38.  
  39.  
  40. -- part 4 (button)
  41. -- low flags: 00
  42. -- high flags: 8002
  43. -- rect: left=346 top=119 right=137 bottom=416
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: wardrobe
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   show card field "answer 1"
  55.   show card button "finished"
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 5 (field)
  61. -- low flags: 80
  62. -- high flags: 4002
  63. -- rect: left=112 top=261 right=342 bottom=406
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 0
  67. -- font id: 3
  68. -- text size: 12
  69. -- style flags: 256
  70. -- line height: 16
  71. -- part name: answer 1
  72.  
  73.  
  74. -- part 6 (button)
  75. -- low flags: 00
  76. -- high flags: 8002
  77. -- rect: left=355 top=233 right=256 bottom=455
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 0 / 0
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: What's inside?
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   show card field "answer 2"
  89.   show card button "finished"
  90. end mouseUp
  91.  
  92.  
  93.  
  94. -- part 7 (field)
  95. -- low flags: 80
  96. -- high flags: 4002
  97. -- rect: left=89 top=256 right=342 bottom=406
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 0 / 0
  100. -- text alignment: 0
  101. -- font id: 3
  102. -- text size: 12
  103. -- style flags: 256
  104. -- line height: 16
  105. -- part name: answer 2
  106.  
  107.  
  108. -- part 8 (button)
  109. -- low flags: 00
  110. -- high flags: 8002
  111. -- rect: left=77 top=137 right=153 bottom=172
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 0 / 0
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: looking-glass
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   show card field "answer 3"
  123.   show card button "finished"
  124. end mouseUp
  125.  
  126.  
  127.  
  128. -- part 9 (field)
  129. -- low flags: 80
  130. -- high flags: 4002
  131. -- rect: left=146 top=257 right=342 bottom=407
  132. -- title width / last selected line: 0
  133. -- icon id / first selected line: 0 / 0
  134. -- text alignment: 0
  135. -- font id: 3
  136. -- text size: 12
  137. -- style flags: 256
  138. -- line height: 16
  139. -- part name: answer 3
  140.  
  141.  
  142. -- part 10 (button)
  143. -- low flags: 00
  144. -- high flags: 0001
  145. -- rect: left=449 top=289 right=343 bottom=512
  146. -- title width / last selected line: 0
  147. -- icon id / first selected line: 0 / 0
  148. -- text alignment: 1
  149. -- font id: 0
  150. -- text size: 12
  151. -- style flags: 0
  152. -- line height: 16
  153. -- part name: 
  154.  
  155.  
  156. -- part 11 (button)
  157. -- low flags: 80
  158. -- high flags: A002
  159. -- rect: left=347 top=323 right=340 bottom=404
  160. -- title width / last selected line: 0
  161. -- icon id / first selected line: 0 / 0
  162. -- text alignment: 1
  163. -- font id: 0
  164. -- text size: 12
  165. -- style flags: 0
  166. -- line height: 16
  167. -- part name: finished
  168. ----- HyperTalk script -----
  169. on mouseUp
  170.   hide card field "answer 2"
  171.   hide card field "answer 1"
  172.   hide card field "answer 3"
  173.   hide card button "finished"
  174. end mouseUp
  175.  
  176.  
  177.  
  178. -- part contents for card part 1
  179. ----- text -----
  180. a very long room full of pictures and there they found a suit of armour; and after that was a room all hung in green, with a harp in one corner; and then came three steps down and five steps up, and then a kind of little upstairs hall and a door that led out onto a balcony, and then a whole series of rooms that led into each other and were lined with books - most of them very old books and some bigger than a Bible in a church.  And shortly after that they looked into a room that was empty except for one big    wardrobe; the sort that has a   looking-glass in the door.  There was nothing else in the room at all except a dead blue-bottle on the window-sill.
  181.    "Nothing there!" said Peter, and they all trooped out again - all except Lucy.  She stayed behind because she thought it would be worth while trying the door of the wardrobe, even though she felt almost sure that it would be locked.  To her surprise it opened quite easily, and two moth-balls dropped out.
  182.  
  183. -- part contents for card part 2
  184. ----- text -----
  185. 6
  186.  
  187. -- part contents for card part 5
  188. ----- text -----
  189.                          Wardrobe
  190. A wardrobe is a large closet-like piece of furniture.  It is not built into the house and can be moved from place to place.
  191.  
  192. -- part contents for card part 7
  193. ----- text -----
  194. What do you think Lucy is going to find in the wardrobe?
  195.  
  196. -- part contents for card part 9
  197. ----- text -----
  198.          looking-glass
  199. This is another name for a mirror.